Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / StateList<T> Class
Members


In This Topic
    StateList<T> Class
    In This Topic
    The state list base.
    Object Model
    StateList<T> Class
    Syntax
    'Declaration
     
    
    Public Class StateList(Of T As IStateManager) 
       Inherits ListBase(Of T)
    'Usage
     
    
    Dim instance As StateList(Of T)
    public class StateList<T> : ListBase<T> 
    where T: IStateManager
    Type Parameters
    T
    Inheritance Hierarchy
    See Also